URL2Bytes
This step allows you to convert a URL encoded data into a Byte Array encoded data.
The table below illustrates the example of this data conversion:
Encoded URL | Encoded Byte Array |
---|---|
aHR0cHM6Ly93d3cuZ2Vla3Nmb3JnZWVrcy5vcmcv | 72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33 |
To configure this manipulate step, follow the instructions below:
- In the Admin Navigation tree, select Interfaces > InterfaceName > Tasks > TaskName > Steps.
- On the toolbar, click New >New Manipulate Step.
Creating a New Manipulate Step
- Navigate to the Files section and select URL2Bytes.
Validation Section
- In the URL2Bytes work area, fill in the following fields:
Fields Configuration
The following table describes the fields available for this step:
Fields | Description |
---|---|
Name |
Provide a distinctive name for this step. |
Is Active |
Select the check box to engage the scheduler for this step. |
Order of Execution |
Enter the order in which this step should be executed. |
Filter Expression |
Optional. Use this filed to filter data from the source database prior to inserting it into the Schema table. |
Sort Expression |
Optional. Use this field to sort data from the source database prior to inserting it into the Schema table. |
Stop interface execution if query failed |
Optional. If enabled, the system will stop any data manipulation if the query returns an error. |
Save Schema (enabled per interface) |
If selected, the schema is created for this step. |
Source Column |
Specify the column that contains the source data you want to convert. |
Target Column |
Specify the destination column where the result of the operation will be stored. |
- Click the Save button.